From 78236bfdbeded9af6d5de5e04b47cbba121f8575 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Wed, 23 Sep 2020 10:16:55 +0200 Subject: [PATCH] Adwaita: osd spinbutton specificity bump - mimic the peculiar selector from the normal style onto osd to override. Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/2769 --- gtk/theme/Adwaita/_common.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 7ffc6f2f2f..2ab2e5e5f2 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -1078,7 +1078,8 @@ spinbutton { @extend %spinbutton_horz_entry; } - > button { + > button.image-button.up:not(.flat), + > button.image-button.down:not(.flat) { @include button(undecorated); color: $osd_fg_color; -- 2.30.2